EnumAudioTrack event

Callback to identify audio tracks within the audio track image. This event is fired in response to the EnumerateAudioTracks method. After the EnumerateAudioTracks method is called, this event will fire for each track in the audio image. This allows the GUI to be updated with the track information after it has been tracks have been added or removed.

Syntax

Sub object_EnumAudioTrack(sFileName As String, lTotalSizeBlocks As Long, lTotalSizeBytes As Long, lTrackNumber As Long)

The EnumAudioTrack event syntax has these named arguments:

Part Description
sFileName String
lTotalSizeBlocks Long
lTotalSizeBytes Long
lTrackNumber Long